ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPieBase<T> Class / ChartsPerLine Property






In This Topic
    ChartsPerLine Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the maximal number of charts per line.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property ChartsPerLine As System.Integer
    'Usage
     
    
    Dim instance As FlexPieBase(Of T)
    Dim value As System.Integer
     
    instance.ChartsPerLine = value
     
    value = instance.ChartsPerLine
    [System.ComponentModel.DefaultValue(0)]
    public System.int ChartsPerLine {get; set;}
    public read-write property ChartsPerLine: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(0)
    public function get,set ChartsPerLine : System.int
    [System.ComponentModel.DefaultValue(0)]
    public: __property System.int get_ChartsPerLine();
    public: __property void set_ChartsPerLine( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(0)]
    public:
    property System.int ChartsPerLine {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The property is used when there are multiple pies. By default, it's zero and the control perform layout automatically.
    See Also